projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ddb4034
)
stack: Remove some confusing whitespace
author
Jasper St. Pierre
<jstpierre@mecheye.net>
Wed, 9 Oct 2013 22:26:34 +0000
(18:26 -0400)
committer
Jasper St. Pierre
<jstpierre@mecheye.net>
Wed, 9 Oct 2013 22:29:41 +0000
(18:29 -0400)
gtk/gtkstack.c
patch
|
blob
|
history
diff --git
a/gtk/gtkstack.c
b/gtk/gtkstack.c
index eb2afd5de1085b2b47513b9f3835a185f0e6ca83..fd3ac8fe3d5382cda6bb60d1faf59ffd4f69aae8 100644
(file)
--- a/
gtk/gtkstack.c
+++ b/
gtk/gtkstack.c
@@
-684,7
+684,6
@@
get_bin_window_x (GtkStack *stack,
x = allocation->width * (1 - ease_out_cubic (priv->transition_pos));
if (priv->active_transition_type == GTK_STACK_TRANSITION_TYPE_SLIDE_RIGHT ||
priv->active_transition_type == GTK_STACK_TRANSITION_TYPE_OVER_RIGHT)
-
x = -allocation->width * (1 - ease_out_cubic (priv->transition_pos));
}